Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# Tutorial
1) 2D Graphics
2) ADO Net
3) Assembly
4) Attribute
5) Class
6) Data Type
7) Date Time
8) Delegate
9) Design Patterns
10) Development
11) Directory Services
12) File Directory Stream
13) Generic
14) GUI Windows Forms
15) Internationalization
16) Language Basics
17) LINQ
18) Network
19) Operator
20) Operator Overload
21) Preprocessing Directives
22) Reflection
23) Regular Expression
24) Security
25) Statement
26) String
27) Struct
28) Thread
29) Unsafe
30) WCF
31) Windows
32) Workflow
33) WPF
34) XML
35) XML LINQ
Statement
1) A negatively running for loop
2) A nested if statement
3) A string can control a switch statement
4) Bool values in if statement
5) Compute integer powers of 2 with while loop
6) Declare loop control variable inside the for
7) Demonstrate a block of code inside if statement
8) Demonstrate a using alias
9) Demonstrate the goto
10) Demonstrate the if statement
11) Demonstrate the switch
12) Demonstrate the using directive
13) Determine if a value is positive, negative, or zero
14) Display the digits of an integer in reverse order with do while loop
15) Do while loop
16) Do while loop with a console read
17) Empty cases can fall through
18) Find the smallest factor of a value
19) For loop
20) For loop with multiple expressions
21) Handle two switch cases
22) IDisposable and the using Keyword
23) If a value is positive or negative
24) If statement with and &&
25) Loop condition can be any bool expression
26) Move update out of the for loop
27) Nested for loop to calculate prime number
28) Parts of the for can be empty
29) Put Switch statement inside a for loop
30) Relational operators that can be used in a conditional expression
31) Search an array using foreach
32) Simplest While loop
33) Switch with only default
34) Switch without Default
35) The body of a loop can be empty
36) The if Statement
37) The switch Statement
38) The switch statement with a user input from keyboard
39) The use of the goto statement in a if statement
40) Use a char to control the switch
41) Use a while loop to calculate and display the Fibonacci numbers less than 50
42) Use a while loop to display 1 to 5
43) Use an if statement that executes a block
44) Use block inside for statement
45) Use break with a foreach
46) Use byte to control for loop
47) Use commas in a for statement
48) Use commas in a for statement to find the largest and smallest factor of a number
49) Use continue
50) Use count number to control while loop
51) Use foreach on a two-dimensional array
52) Use goto with a switch
53) Use the do while statement to implement Newtons method for finding the square root of a number
54) Use the foreach loop
55) Using
56) Using alias directive
57) Using break to exit a do-while loop
58) Using break to exit a for loop
59) Using break with nested loops
60) Using Statement
61) While with goto statement